The DCOMPLEXARR function returns a complex, double-precision, floating-point vector or array.
Result = DCOMPLEXARR( D1[, ..., D8] [, /NOZERO] )
Returns a complex, double-precision, floating-point vector or array of the specified dimensions.
Either an array or a series of scalar expressions specifying the dimensions of the result. If a single argument is specified, it can be either a scalar expression or an array of up to eight elements. If multiple arguments are specified, they must all be scalar expressions. Up to eight dimensions can be specified.
Normally, DCOMPLEXARR sets every element of the result to zero. If the NOZERO keyword is set, this zeroing is not performed, and DCOMPLEXARR executes faster.
To create an empty, 5-element by 5-element, complex array DC, enter:
DC = DCOMPLEXARR(5, 5)
4.0 |
Introduced |
COMPLEXARR , DBLARR , FLTARR , INTARR , LON64ARR , LONARR , MAKE_ARRAY , STRARR , UINTARR , ULON64ARR , ULONARR